home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / bbpoweri.zip / DRUNKCUT.DOC < prev    next >
Text File  |  1989-11-18  |  7KB  |  221 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                      DRUNKCUT by Elliott Jackson
  8.                       Powernode Support Module
  9.                   to the "Drunkman Download System"
  10.                    [ A Lazy Man's Bimodem Helper ]
  11.       
  12.      ┌───────────┐
  13.      │DESCRIPTION│
  14.      └───────────┘
  15.       
  16.      Bimodem is an awesome file transfer protocol.  At 2400 baud
  17.      we're talking around 230 cps for files heading in both
  18.      directions, plus the ability to 'chat' with the guy on the
  19.      other end while the file transfer is taking place. It is very
  20.      nice for exchanging files to and from a BBS.
  21.       
  22.      It does take a little setup, however.  POWERNODE will handle
  23.      most of the setup for you automatically, with no real thought
  24.      required.  You scroll through your own file directories,
  25.      tagging files for upload. You can also scroll through lists of
  26.      files from the other BBS and select files for download.  This
  27.      information is saved for use by BIMODEM in the file BIMODEM.PTH.
  28.  
  29.       
  30.      But what if you are online, scrolling through a list of files
  31.      and you see one you just can't live without?  What if you are
  32.      completely drunk, and can't type a filename to save your life?
  33.      Enter the DRUNKCUTter!
  34.       
  35.      DRUNKCUT is a TSR that you load prior to firing up your
  36.      communications program.  It allows you to pop up a little
  37.      window on the active screen at any time, which you then scroll
  38.      around to cut filenames from the screen.  DRUNKCUT was written
  39.      using Turbo C 2.0 and the TeSseRract (TESS) library for memory
  40.      resident routines.  It will consume approximately 27k of RAM.
  41.       
  42.      ┌────────────┐
  43.      │INSTALLATION│
  44.      └────────────┘
  45.       
  46.              DRUNKCUT is loaded by typing the command "DRUNKCUT".
  47.      DRUNKCUT will then check to insure it is not already loaded
  48.      and that another TESS-aware TSR program is not already using
  49.      its hotkey.  It will then go resident, with ALT-TAB as the
  50.      default key to pop up the routine.
  51.       
  52.      DRUNKCUT can be unloaded by including the /u or -u switch with
  53.      the command line as follows:
  54.       
  55.        DRUNKCUT /u
  56.       
  57.      If DRUNKCUT is the last TSR loaded, it will unload itself from
  58.      memory.  If it is not the last, it will be deactivated but
  59.      will wait to unload itself  until it is the last TSR in
  60.      memory.
  61.       
  62.  
  63.  
  64.  
  65.      DRUNKCUT.DOC           Saturday, November 18, 1989 6:12 pm           Page 2
  66.  
  67.  
  68.      The default hotkey is ALT-TAB.  This can be customized with
  69.      the use of the /k or -k command line switch.  To change the
  70.      hotkey, use the command line sequence as follows:
  71.       
  72.        DRUNKCUT /k shiftcode keycode
  73.       
  74.      The shiftcode and keycode parameters are simply base-10
  75.      integers representing the desired hotkey combination.  These
  76.      codes are the standard scan codes published in many
  77.      references.  A complete list follows:
  78.       
  79.      Shift Codes:
  80.       
  81.        No Shift      0
  82.        Right Shift   1   (Note that these codes can be added together
  83.        Left Shift    2    to indicate that more than one "shift" key
  84.        Control       4    is required to pop up DRUNKCUT)
  85.        Alt           8
  86.       
  87.      Key Codes:
  88.       
  89.        A             30
  90.        B             48
  91.        C             46
  92.        D             32
  93.        E             18
  94.        F             33
  95.        G             34
  96.        H             35
  97.        I             23
  98.        J             36
  99.        K             37
  100.        L             38
  101.        M             50
  102.        N             49
  103.        O             24
  104.        P             25
  105.        Q             16
  106.        R             19
  107.        S             31
  108.        T             20
  109.        U             22
  110.        V             47
  111.        W             17
  112.        X             45
  113.        Y             21
  114.        Z             44
  115.        Top 0         11
  116.        Top 1          2
  117.        Top 2          3
  118.        Top 3          4
  119.        Top 4          5
  120.        Top 5          6
  121.        Top 6          7
  122.        Top 7          8
  123.  
  124.  
  125.  
  126.      DRUNKCUT.DOC           Saturday, November 18, 1989 6:12 pm           Page 3
  127.  
  128.  
  129.        Top 8          9
  130.        Top 9         10
  131.        F1            59
  132.        F2            60
  133.        F3            61
  134.        F4            62
  135.        F5            63
  136.        F6            64
  137.        F7            65
  138.        F8            66
  139.        F9            67
  140.        F10           68
  141.        Top Minus     12
  142.        Top Equals    13
  143.        Backspace     14
  144.        Tab           15
  145.        [             26
  146.        ]             27
  147.        Enter         28
  148.        ;             39
  149.        "             40
  150.        ~             41
  151.        |             43
  152.        ,             51
  153.        .             52
  154.        PrtSc         55
  155.        Space         57
  156.        Home          71
  157.        Up            72
  158.        PgUp          73
  159.        Left          75
  160.        KeyPad 5      76
  161.        Right         77
  162.        KeyPad Minus  74
  163.        KeyPad Plus   78
  164.        End           79
  165.        Down          80
  166.        PgDn          81
  167.        Insert        82
  168.        Delete        83
  169.        F11           87     (Only on enhanced keyboards)
  170.        F12           88     (Only on enhanced keyboards)
  171.        
  172.       
  173.      As an example, to set DRUNKCUT to use LeftShift-Alt-D as a
  174.      hotkey, use the command line:
  175.       
  176.        DRUNKCUT /k 10 32
  177.       
  178.      ┌─────┐
  179.      │USAGE│
  180.      └─────┘
  181.       
  182.      Before you start your communications software, install
  183.      DRUNKCUT.  Now fire up Qmodem, Procomm, Boyan, Commo, or
  184.  
  185.  
  186.  
  187.      DRUNKCUT.DOC           Saturday, November 18, 1989 6:12 pm           Page 4
  188.  
  189.  
  190.      whatever.  Use POWERNODE to set up a Bimodem session, and
  191.      program your uploads.
  192.       
  193.      Now call your BBS that supports Bimodem.  Have a look through
  194.      the files section. See a file you need?  Hit the hotkey for
  195.      DRUNKCUT (default = Alt-Tab).  The screen will immediately
  196.      change color to red on black, and a small blue window will
  197.      appear on-screen, just the right size for scrolling around and
  198.      selecting a filename.  You can move the window around using
  199.      the arrow keys, Tab, Home and End keys.
  200.       
  201.      Move the file selection window to the desired filename and hit
  202.      Enter.  A small menu will pop up giving you three options:
  203.       
  204.         ESC    Abort this process and return to your communications
  205.                program
  206.       
  207.         Enter  Append this filename onto the current BIMODEM.PTH.
  208.                This will not affect any other choices you have
  209.                previously selected for Bimodem transfer.
  210.       
  211.         'N'    Begin a new BIMODEM.PTH.  This will clear any
  212.                previous files you might have selected for Bimodem
  213.                transfer.
  214.       
  215.      And that's all there is to it!  When you begin your bimodem
  216.      transfer with Powernode, the new filename you cut from the
  217.      screen will be included in the file transfer session.
  218.       
  219.       
  220.  
  221.